Skip to content

Foundation: alter NSData.contents(of:options:) on Windows #4802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

compnerd
Copy link
Member

We would previously use the FSR for the path, however, due to the expectations of FSR, we cannot support long paths with it. Use the internal withUnsafeNTPath extension on URL to use a long path representation to support extended paths (>260 characters) on Windows.

We would previously use the FSR for the path, however, due to the
expectations of FSR, we cannot support long paths with it.  Use the
internal `withUnsafeNTPath` extension on `URL` to use a long path
representation to support extended paths (>260 characters) on Windows.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit 3b034eb into swiftlang:main Jul 25, 2023
@compnerd compnerd deleted the write-long branch July 25, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant